home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / minrec.zip / MINREC.H < prev    next >
Text File  |  1993-04-30  |  510b  |  18 lines

  1. // **************************************************************************
  2. // PROGRAM: MinRec.H
  3. // PURPOSE: A Win32 Sample Dialog Application Template Header File
  4. // **************************************************************************
  5.  
  6. //-- menu items
  7. #define IDM_FILE_EXIT      102
  8.  
  9. #define IDM_RECORD_START 801
  10. #define IDM_RECORD_STOP  802
  11. #define IDM_PLAYBACK     803
  12.  
  13. #define IDM_HELP_ABOUT     205
  14.  
  15. //-- string ids
  16. #define IDS_APPNAME        1000
  17. #define IDS_SHORT_APPNAME  1001
  18.